CSharpTest.Net
DecodeBytes(Byte[],Int32,Int32,Byte[],Int32) Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Formatting Namespace > HexEncoding Class > DecodeBytes Method : DecodeBytes(Byte[],Int32,Int32,Byte[],Int32) Method

input
start
length
results
offset

Glossary Item Box

Decodes the ascii text from the bytes provided into the original byte array

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function DecodeBytes( _
   ByVal input() As Byte, _
   ByVal start As Integer, _
   ByVal length As Integer, _
   ByVal results() As Byte, _
   ByVal offset As Integer _
) As Integer
C# 
public static int DecodeBytes( 
   byte[] input,
   int start,
   int length,
   byte[] results,
   int offset
)

Parameters

input
start
length
results
offset

Exceptions

ExceptionDescription
System.FormatExceptionThe exception that is thrown when the format of an argument does not meet the parameter specifications of the invoked method.

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys